fix help for cargo rustc -p
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>
Sun, 17 Jul 2016 18:01:20 +0000 (20:01 +0200)
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>
Sun, 17 Jul 2016 18:01:20 +0000 (20:01 +0200)
src/bin/rustc.rs

index cc029c0a4898745b75ac8571b6efa2548d221571..cce7a12d86924c28e332ca45a468b3099e9e3947 100644 (file)
@@ -35,7 +35,7 @@ Usage:
 
 Options:
     -h, --help               Print this message
-    -p SPEC, --package SPEC  The profile to compile for
+    -p SPEC, --package SPEC  Package to build
     -j N, --jobs N           Number of parallel jobs, defaults to # of CPUs
     --lib                    Build only this package's library
     --bin NAME               Build only the specified binary